@charset "utf-8";
/* CSS Document */
.head {
    width: 100%;
    height: 72px;
    display: flex;
}
.flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 169px;
    height: 55px;
    align-self: center;
}
.logo img {
    width: 100%;
    display: block;
}
.header-search {
    width: 495px;
    height: 34px;
    align-self: center;
    display: flex;
}
.header-search-text {
    height: 32px;
    width: 410px;
    border: 1px solid #d6d6d6;
    padding-left: 28px;
    border-radius: 4px 0 0 4px;
    border-right: none;
    background: url('/static/images/search@2x.png') no-repeat;
    background-size: 15px 15px;
    background-position: 7px 8px;
}
.search-btn {
    width: 85px;
    height: 34px;
    background: #f12b35;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
.Nav {
    width: 100%;
    display: flex;
    background: #262626;
}
.Nav1 {
    background: #353535;
}
.navFlex {
    display: flex;
}
.nava {
    display: block;
    width: 120px;
    color: #ffffff;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
}
.show {
    background: #f12b35
}
.show1 {
    background: #ec4b53
}
/* .nava:hover {
    color: #025b82;
} */
.ad {
    width: 100%;
    padding: 30px 0 40px;
    background-color: #f5f5f5;
}
.ad img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.main {
    width: 100%;
    padding-bottom: 30px;
    background-color: #f5f5f5;
}
.mainFlex {
    display: flex;
    justify-content: space-between;
}
.mainLeft {
    width: 850px;
}
.mainRight {
    width: 325px;
}
.banner {
    width: 100%;
    height: 425px;
    margin-bottom: 22px;
}
.focus {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.focus img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}
.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}
.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}
.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    z-index: 10;
}
.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    height: 100%;
}
.focus .fcon img {
    display: block;
}
.focus .fbg {
    bottom: 13px;
    position: absolute;
    text-align: center;
    z-index: 200;
    width: 18%;
    right: 0;
}
.focus .fbg div {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}
.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #b9b9b9;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #ffffff;
}
.focus .D1fBt img {
    display: none
}
.focus .D1fBt i {
    display: none;
    font-style: normal;
}
.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(/static/images/focus_btn.png) no-repeat;
    display: block;
}
.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}
.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}
.focus .prev:hover {
    background-position: 0 0;
}
.focus .next:hover {
    background-position: -40px 0;
}
.list {
    width: 100%;
}
.item {
    width: 100%;    
}
.item-header {
    display: flex;
    padding: 0 16px;
    height: 40px;
    background-color: #f12b35;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 12px;
}
.item-header p {
    align-self: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.item-header a {
    font-size: 13px;
    color: #fff;
    align-self: center;
}
.item-header p::before {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.item-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-list {
    width: 270px;
    padding: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.item-list img{
    width: 100%;
    height: 185px;
    display: block;
    margin: 0 auto 10px;
}
.item-list p {
    color: #333333;
    font-size: 17px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.rightNav {
    width: 100%;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #f8f8f8;
    padding-bottom: 10px;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);;
}
.rightNav ul li {
    display: block;
    height: 63px;
    line-height: 63px;
    text-align: center;
}
.rightNav ul li a {
    color: #333333;
    font-size: 16px;
    line-height: 63px;
    display: block;
    text-align: center;
}
.rightNav ul li:hover {
    background: #f12b35;
    color: #fff;
}
.rightNav ul li:hover a {
    color: #fff;
}
.ad2 {
    width: 100%;
}
.ad2 img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}
.rightContainer {
    width: 100%;
}
.rightContainerItem {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.rightContainerItemHeader {
    display: flex;
    padding: 0 14px;
    height: 40px;
    border-top: 4px solid #ad1c24;
    background: #f12b35;
    line-height: 40px;
}
.rightContainerItemHeader p {
    color: #fff;
    line-height: 40px;
}
.rightContainerItemContainer{
    display: flex;
    border: 1px solid #eaeaea;
    border-top: none;
}
.rightContainer_item_list {
    display: flex;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
}
.rightContainer_item_list img{
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    height: 215px;
}
.rightContainer_item_list a p{
    color: #333333;
    font-size: 17px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.pictureContainer {
    width: 100%;
}
.pictureContainerHeader {
    display: flex;
    padding: 0 4px 0 0;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f12b35;
}
.pictureContainerHeader p {
    align-self: center;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 17px;
}
.pictureContainerHeader a {
    font-size: 14px;
    color: #454545;
    align-self: center;
}
.pictureContainerHeader p::before {
    content: '';
    width: 5px;
    height: 10px;
    background-color: #f8b25e;
    position: absolute;
    left: 0;
    top: 0;
}
.pictureContainerHeader p::after {
    content: '';
    width: 5px;
    height: 10px;
    background-color: #f12b35;
    position: absolute;
    left: 0;
    top: 10px;
}
.picture {
    display: flex;
    justify-content: space-between;
}
.tu1 {
    width: 200px;
    height: 315px;
    margin-right: 10px;
}
.pic_center {
    width: 430px;
    display: flex;
    flex-wrap: wrap;
    height: 315px;
}
.pic_center .tu2:nth-child(3) {
    margin-top: 10px;
}
.pic_center .tu2:nth-child(4) {
    margin-top: 10px;
}
.tu1 img,
.tu2 img,
.tu3 img {
    display: block;
    width: 100%;
    height: 100%;
}
.tu2 {
    width: 205px;
    height: 152px;
    margin-right: 10px;
}
.tu3 {
    width: 200px;
    height: 315px;
}
.tu {
    position: relative;
}
.pic_Des{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0,0,0,.4);
    color: #fff;
    display: none;
}
.foot {
    display: flex;
    width: 100%;
    border-top: 4px solid #f12b35;
    background: url('/static/images/foot_bg.png');
    padding-bottom: 30px;
    background-position: -2px;
}
.foot_about {
    text-align: center;
    color: #f12b35;
    font-size: 13px;
    padding: 20px 0 16px;
}
.Copyright {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #2f3031;
}
.icon {
    width:18px;
    height:20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left:30px
}
.BackgroundWall {
    width: 100%;
    padding: 30px 0;
    background: #f5f5f5;
}
.BackgroundWall p{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: 5px;
}
.BackgroundWall .centerBox{
    width: 100%;
    height: 100px;
    background: #c11c25;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BackgroundWall .centerBox img{
    width: 35%;
}
.tuijian .rightContainer_item_list {
    background: #fff;
}
.tuijian_container {
    padding: 20px 30px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.tuijian_list {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
}
.tuijian_list a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.tuijian_list p.des {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
}
.data {
    color: #999999;
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
}
.fenye {
    text-align: center;
}
#pages {
    padding: 34px 0 20px;
    font-family: 宋体
}
#pages a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
    border-radius: 4px;
    color: #bcc2c9;
}
#pages a.a1 {
    background: url(/static/images/admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0
}
#pages a:hover {
    background: #f12b35;
    color: #fff;
    text-decoration: none
}
#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px
}
.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}
.zhuanti {
    padding-top: 30px;
}
.zhuanti .item-header{
    margin-bottom: 30px;
}
.zhuanti_content {
    width: 100%;
    padding: 40px 38px;
    background-color: #fff;
    box-sizing: border-box;
}
.zhuanti_content .list {
    padding: 20px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    width: 540px;
    margin-bottom: 40px;
    box-shadow:  1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.zhuanti_content .list img{
    width: 100%;
    height: 250px;
    display: block;
    margin: 0 auto 20px;
}
.zhuanti_content .list .list_info{
    display: flex;
    justify-content: space-between;
}
.zhuanti_content .list .list_info p {
    color: #333333;
    font-size: 22px;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
}
.zhuanti_content .list .list_info img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
}
.cctv {
    padding-top: 30px;
    background-color: #f5f5f5;
}
.cctv .mainLeft {
    width: 800px;
}
.cctv .mainRight {
    width: 370px;
}
.cctv .pictureContainer {
    background-color: #fff;
    padding: 5px 27px 12px;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.cctv .pictureContainer .pictureContainerHeader {
    border-bottom: none;
    margin-bottom: 8px;
}
.cctv .banner {
    height: 373px;
}
.cctv .mainRight1 {
    width: 100%;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.cctv .mainRight1 img{
    width: 340px;
    height: 252px;
    display: block;
    margin:  0 auto;
}
.cctv .title {
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.riqi {
    white-space: nowrap;
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}
.mainRight1 .flex {
    display: flex;
    justify-content: flex-end;
}
.mainRight1 .flex a{
    display: block;
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #f8b25e;
    border-radius: 4px;
}
.cctv_container{
    width: 100%;
    display: flex;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.cctv_list {
    width: 400px;
    height: 500px;
    padding: 14px 28px 27px;
    box-sizing: border-box;
    background-color: #fff;
}
.cctv_list+ .cctv_list {
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
}
.cctv_con {
    width: 340px;
    margin-top: 30px;
}
.cctv_con img{
    height: 252px;
    width: 100%;
    display: block;
    margin: 0 auto 25px;
}
.cctv_con_info{
    display: flex;
    justify-content: space-between;
}
.cctv_con_info p{
    color: #999999;
    font-size: 14px;
    line-height: 37px;
}
.cctv_con_info a{
    display: block;
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #f12b35;
    border-radius: 4px;
}
.cctv_con .des {
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.zhongbang {
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.z_con{
    width: 100%;
}
.z_list{
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.z_list a{
    display: flex;
}
.z_img {
    width: 190px;
    height: 140px;
    display: block;
    margin-right: 20px;
}
.z_img img{
    width: 190px;
    height: 140px;
    display: block;
}
.z_info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
}
.z_info .des {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    margin-bottom: 10px;
}
.z_info_flex {
    display: flex;
    justify-content: space-between;
}
.z_info_flex .data{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.z_info_flex .pinglun {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.cctv .rightcontent {
    width: 100%;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}
.cctv .rightcontent img{
    width: 340px;
    height: 252px;
    display: block;
    margin:  0 auto;
}
.rightcontent .flex a{
    display: block;
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #f8b25e;
    border-radius: 4px;
}
.rightcontent .riqi {
    margin-bottom: 0;
    line-height: 37px;
}
.focus .fcon p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    height: 44px;
    line-height: 44px;
    width: 100%;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
}
.focus .fcon p span {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 44px;
    line-height: 44px;
}
.tu:hover .pic_Des{
    display: block;
}
